home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dec92.zip / 1012050A < prev    next >
Text File  |  1992-10-09  |  255b  |  10 lines

  1.  
  2. #ifndef EXPORT
  3. #define EXPORT
  4. #endif
  5.  
  6. extern int EXPORT FAR PASCAL BogusCheck(void) ;
  7. extern void EXPORT FAR PASCAL BogusStart(HWND hWnd, WPARAM wParam) ;
  8. extern int EXPORT FAR PASCAL BogusGetEvent(void) ;
  9. extern void EXPORT FAR PASCAL BogusStop(void) ;
  10.